@charset "utf-8";
/* header */
.header-toolbar{position: absolute; right: 0; height: 38px; line-height: 38px;}
.header-toolbar li{position: relative; height: 38px; float: left;}
.header-toolbar li + li{padding-left: 16px;}
.header-toolbar li.split:after{position: absolute; left: 0; top: 50%; margin-top: -7px; content:''; width: 1px; height:16px; background: #000; opacity: .5;}
.header-toolbar li.split{margin-left: 15px;}
.header-toolbar .redbtn{display: block; background: #C43027; border-radius: 19px; color: #fff; padding: 0 24px;}
/* .header-toolbar .language{position: relative; padding-left: 30px; padding-right: 20px; z-index: 99;}
.header-toolbar .language:before{content: ''; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 21px; height: 21px; background: url(../images/header_icon_lang.png) no-repeat; background-size: 100% 100%;}
.header-toolbar .language:after{content: ''; position: absolute; right: 0; top: 50%; margin-top: -2px; width: 0; height: 0; border: transparent solid 5px; border-top-color: #333;}
.header-toolbar .language dl dt{height: 59px;}
.header-toolbar .language dl dd{position: absolute; left: 0; right: 0; background:rgb(255,255,255,0.2); padding: 10px 15px; border-radius: 0 0 5px 5px; display: none;}
.header-toolbar .language dl:hover dd{display: block;} */
.header-toolbar li.border > a,
.header-toolbar li.border > span{display: block; padding: 0 12px; height: 36px; line-height: 36px; border-radius: 19px; border: 1px solid #BDBDBD; transition: .3s all;}
.header-toolbar li.border > a:hover{border-color: #C72C24;}
/* .header-toolbar li.icon{font-size: 0;}
.header-toolbar li.icon span{font-size: 16px;} */
.header-toolbar li.icon a{display: flex; align-items: center;}

.header-toolbar li.icon img{height: 20px; margin-right: 6px;}
.header-toolbar li.icon img,
.header-toolbar li.icon span{display: inline-block; vertical-align: middle;}

/* .header-toolbar .pullDown .pullDown{position: relative;}
.header-toolbar .pullDown .drop{position:absolute; top:39px; left:50%; transform: translateX(-50%); padding-top: 7px; z-index:9; display:none;}
.header-toolbar .pullDown.ewm .drop{width: 120px;}
.header-toolbar .pullDown.menu .drop{width: 100px;}
.header-toolbar .pullDown.ewm .drop:after{content:''; width:0; height:0; overflow:hidden; border:7px solid transparent; border-bottom-color:rgba(0,0,0,0.4); -webkit-border-bottom-color:rgba(0,0,0,0.4); position:absolute; left:50%; top:-7px; margin-left:-7px;}
.header-toolbar .pullDown.menu .drop:after{content:''; width:0; height:0; overflow:hidden; border:8px solid transparent; border-bottom-color:#fff; position:absolute; left:50%; top:-7px; margin-left:-8px;}
.header-toolbar .pullDown.ewm .drop dt{padding:10px; background: rgba(0,0,0,0.4); -webkit-background: rgba(0,0,0,0.4); border-radius: 8px; overflow: hidden;}
.header-toolbar .pullDown.ewm .drop dt img{display:block; margin:0 auto; width:100%; background: #fff; box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}
.header-toolbar .pullDown.ewm .drop dt span{display:block; text-align:center; color:#fff; padding-top:5px; line-height:18px; font-size:12px;}
.header-toolbar .pullDown.menu .drop dl{ color:#fff; line-height:18px; border-radius: 4px; padding:0 10px; background: #fff; box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%); font-size: 15px;}
.header-toolbar .pullDown.menu .drop dl dd{padding: 12px 0; border-bottom:1px solid rgba(0,0,0,0.1);}
.header-toolbar .pullDown.menu .drop dl dd:last-child{border-bottom: none;}
.header-toolbar .pullDown.menu .drop dl a{color: #689EE3;}
.header-toolbar .pullDown.menu .drop dl a:hover{color: #1A56A3}
.header-toolbar li:hover .drop{display: block;} */


.mainnav{background: #bf2e2e; height: 66px;}
.index .mainnav ul{border-bottom: 1px solid #F0AB9C;}
.mainnav li{float: left; position: relative; width: 13%; text-align: center;}
.mainnav li a{display:inline-block; font-size: 1.5em; line-height: 66px; text-align:center; font-weight: bold; color: #fff; transition: .3s all;}
.mainnav li a span{display: block; position: relative; z-index: 2; opacity: 0.8;}
.mainnav li a:after{content: ''; position: absolute; right: 6px; bottom: -18px; width: 90px; height: 42px; background: url(../images/mainnav_on.png) no-repeat; background-size: 100% 100%; opacity: 0; transition: .3s all;}
.mainnav li.nav1{width: 9%;}
.mainnav li.on a:after,
.mainnav li.on a span,
.mainnav li a:hover span{opacity: 1;}
.mainnav li:not(.on) a:hover:after{opacity: 0.5;}

/* header:所有头部公用类名；header1：首页和一级频道页共用（因为顶部相似） */
/* 首页头部 header-index */
.header-index{position: relative;}
.header-index .header1-top{position: absolute; left: 0; right: 0; top: 0;}
/* .header-index .header-top{background: rgba(255,255,255,0.82);} */
.header-index .header-toolbar li.ss{display: none;}
.header-index .header1-banner{ height: 608px; background: url(../images/index/banner.png) no-repeat center top; background-size: auto 100%; box-sizing: border-box;}

.header-index-search{position: absolute; left: 0; right: 0; top: 160px; z-index: 10; width: 700px; max-width: 100%; margin: 0 auto;}
.header-index-search .sbox{position: relative; border-radius: 30px; padding: 0 120px 0 85px; box-sizing: border-box; background:url(../images/index/search_icon_red.png) no-repeat 20px center rgba(255, 255, 255, 0.8); background-size: 32px 34px; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);}
.header-index-search .sbox:before{content: ''; width: 1px; height: 22px; background: #AB7E50; position: absolute; left: 66px; top: 50%; margin-top: -12px;}
.header-index-search .stxt{width:100%; height: 60px; line-height:60px; border:0; background: none; font-size: 1.125em;}
.header-index-search .sbtn{ position:absolute; z-index: 1; top: 0; right: 0; width:120px; height:60px; background: url(../images/index/search_btn.png) no-repeat; background-size: 100% 100%; border:0; cursor:pointer; -webkit-appearance:none; transition: all .3s; -webkit-transition: all .3s;}
.header-index-search .sbtn{font-size: 1.25em; color: #AB7E50; font-weight: bold;}
.header-index-search .stxt::-webkit-input-placeholder{color: #808080;}
.header-index-search .hotkey{font-size: 1.125em; line-height: 40px; margin-top: 25px; padding-left: 20px;}
.header-index-search .hotkey span{color: #808080;}
.header-index-search .hotkey a{display: inline-block; padding: 0 20px; border-radius: 20px; height: 40px; background: rgba(255,255,255,0.6); color: #D43030; margin: 0 6px; transition: .3s all;}
.header-index-search .hotkey a:hover{background: rgba(255,255,255,0.8);}
.index .mainnav{padding-top: 6px;}


/* 一级频道页头部 header1 */
.header1-top{position: relative; height: 80px; z-index: 99; background: rgba(255, 255, 255, 0.82);}
.header1-1 .header1-top{position: absolute; left: 0; right: 0; top: 0;}
.header1-logo{position: absolute; left: 0; top: 12px;}
.header1-logo img.pc{display: block; height: 55px;}
.header1-logo img.m{display: none;}
.header1 .header-toolbar{top: 21px;}
.header1-banner{padding-top: 80px; background-repeat: no-repeat; background-size: 1920px auto; background-position: center 0; height: 464px; box-sizing: border-box;}
.header1-banner-25056{background-image: url(../images/ban_ywdt.png);}
.header1-banner-25154{background-image: url(../images/ban_zwgk.png);}
.header1-banner-25462{background-image: url(../images/ban_zwfw.png);}
.header1-banner-25825{background-image: url(../images/ban_gzjg.png);}
.header1-banner-25738{background-image: url(../images/ban_hdjl.png);}
.header1-banner-72675{background-image: url(../images/ban_tzby.png);}
.body-interview-detail .header1-banner-25738{background-image: url(../images/ban_interview.png);}
.header1-banner > .container{height: 100%;}
.header1-banner-txt{color: #383838; position: absolute; left: 0; top: 50%; transform: translateY(-50%);}
.header1-banner-txt h1{font-size: 2.5em; font-weight: bold; display: inline-block; position: relative; margin-bottom: 10px;}
.header1-banner-txt strong{display: block; font-size: 2.25em; text-transform: uppercase; font-family: 'HarmonyOS Sans SC';}
.header1-banner-txt h1:after{content: ''; position: absolute; right: -123px; top: -15px; width: 203px; height: 95px; background: url(../images/ban_cloud_red.png) no-repeat; background-size: 100% 100%;}
.header1-banner-txt h1 span{position: relative; z-index: 1;}
.header1-banner-txt.fontwhite{color: #fff;}
.header1-banner-txt.cloudwhite h1:after{background-image: url(../images/ban_cloud_white.png);}
.header1 .header-search{display: none;}


/* 二级内页头部 header2 */
.header2 > .container{height: 166px;}
.header2-logo{position: absolute; left: 0; top: 31px;}
.header2-logo img{display: block; height: 111px;}
.header2 .header-toolbar{top: 18px;}
.header2 .header-toolbar .ipv6 span{border-color: #EBEBEB; color: #808080; font-size: 0.875em;}
.header2 .header-toolbar .ss{display: none;}

.header-search{position: absolute; right: 0; top: 79px; z-index: 10; width: 440px; border: 1px solid #C72C24; border-radius: 6px; padding: 0 100px 0 20px; max-width: 100%; box-sizing: border-box; background: #fff;}
.header-search .stxt{width:100%; height: 48px; line-height:48px; border:0; background: none; font-size: 16px;}
.header-search .sbtn{ position:absolute; z-index: 1; top: -1px; right: 0; width:90px; height:50px; border-radius:6px;
	background: #C72C24; border:0; cursor:pointer; -webkit-appearance:none; transition: all .3s; -webkit-transition: all .3s;}
.header-search .sbtn img{width: 20px; margin-right: 5px;}
.header-search .sbtn span{color: #fff; font-size: 1.125em;}
.header-search .sbtn span, .header-search .sbtn img{display: inline-block; vertical-align: middle;}
.header-search .stxt::-webkit-input-placeholder{color: #808080;}

/* 投资白云头部 header1-2 */
.header1-2{position: absolute; left: 0; right: 0; top: 0; z-index: 999;}


/*responsive*/
@media (max-width: 1500px) {
	/* .mainnav li a{font-size: 1.375em;} */
}

@media (max-width: 1280px) {
	body:not(.nores) .header-toolbar li.wza{display: none;}

	body:not(.nores) .header1-top{position: static; height: auto;}
	body:not(.nores) .header1 .header-toolbar{top: 10px; right: 15px;}
	body:not(.nores) .header1 .header-toolbar .ss{display: none;}
	body:not(.nores) .header1-logo{position: static; padding-top: 80px; margin-bottom: 30px;}
	body:not(.nores) .header1-logo img.pc{display: none;}
	body:not(.nores) .header1-logo img.m{display: block; margin: 0 auto; height: 111px;}
	body:not(.nores) .header1-banner{display: none;}
	body:not(.nores) .header1 .header-search{display: block;}

	body:not(.nores) .header2 > .container{height: auto;}
	body:not(.nores) .header2 .header-toolbar{right: 15px; top: 10px;}
	body:not(.nores) .header2-logo{position: static; padding-top: 80px; margin-bottom: 30px;}
	body:not(.nores) .header2-logo img{display: block; margin: 0 auto;}

	body:not(.nores) .header-search{max-width: 100%; width: 680px; position: relative; top: auto; right: auto; margin: 0 auto 50px; border: rgba(199, 44, 36, 0.5) 2px solid;}
	body:not(.nores) .header-search{padding-left: 50px; background: url(../images/header_icon_ss_red.png) no-repeat 10px center; background-size: 34px 34px;}
	body:not(.nores) .header-search .sbtn img,
	body:not(.nores) .header-search .sbtn span{display: none;}
	body:not(.nores) .header-search .sbtn{width: 50px; background: url(../images/header_icon_ss_red.png) no-repeat center center; background-size: 34px 34px;}
	/* body:not(.nores) .header-search .sbtn:before{content: ''; position: absolute; left: 0; top: 50%; margin-top: -8px; width: 1px; height: 16px; background: #dcdde0;} */
	body:not(.nores) .header-search{background:#fff; padding-left: 15px; padding-right: 50px; margin-bottom: 30px; border-radius: 25px;}
	
	body:not(.nores) .mainnav li a{font-weight: normal; font-size: 1.375em;}
	body:not(.nores) .header-toolbar li.split{margin-left: 0;}
	body:not(.nores) .header-toolbar li.split:after{display: none;}
	body:not(.nores) .header-toolbar li,
	body:not(.nores) .header-toolbar .ipv6 span{height: 28px; line-height: 28px;}

	body:not(.nores) .header1-2{position: relative;}
	
	
}

@media (max-width: 992px) {
	body:not(.nores) .header-toolbar .ipv6{display: none;}

	body:not(.nores) .mainnav{height: auto;}
	body:not(.nores) .mainnav li a:after{display: none;}
	
	body:not(.nores) .mainnav .container{padding-left: 0; padding-right: 0;}
	body:not(.nores) .mainnav ul{ height: auto; padding-top: 18px; padding-bottom: 18px;}
	body:not(.nores) .mainnav li{ width: 25%; position:relative;}
	body:not(.nores) .mainnav li:after{content:""; width:1px; height:16px; background:#fff; position:absolute; top:50%; margin-top:-8px; right:0; filter:alpha(opacity=20); -moz-opacity:0.2; opacity:0.2;}
	body:not(.nores) .mainnav li a{height: 30px; overflow: hidden; padding:4px 0; height: auto; line-height:30px; font-size: 1.25em;}
	body:not(.nores) .mainnav li:nth-child(4):after, body:not(.nores) .mainnav li:nth-child(8):after{display:none;}
	body:not(.nores) .mainnav li:hover span:after, body:not(.nores) .mainnav li.on span:after{display: none;}
	/* body:not(.nores) .mainnav li.nav1{width: 16%; height:76px;}
	body:not(.nores) .mainnav li.nav1 a{padding:0; line-height:76px;} */
	
	
}

@media (max-width: 768px) {
	body:not(.nores) .header-toolbar li + li{padding-left: 10px;}
	body:not(.nores) .header-toolbar .redbtn{background: none; color: #333; padding: 0;}
	body:not(.nores) .header1-logo img.m{height: auto;}
	body:not(.nores) .header2-logo img{height: auto; width: 600px;}
}

/* @media (max-width: 767px) and (min-width: 375px) {
	.mainnav li.nav1 a:before{content: ''; display: inline-block; width: 18px; height: 18px; background: url(../images/public/mainnav_icon_index.png) no-repeat; vertical-align: middle; margin: 0 10px 0 0; opacity: 0.7;}
	.mainnav li.nav1.on a:before{opacity: 1;}
} */


@media (max-width: 480px) {
	body:not(.nores) .header-toolbar{font-size: 14px; top: 10px;}
	body:not(.nores) .header1-logo{padding-top: 50px; margin-bottom: 20px;}
	body:not(.nores) .header2-logo{padding-top: 50px; margin-bottom: 20px;}
	body:not(.nores) .header-search{margin-bottom: 20px;}
	

	body:not(.nores) .mainnav li a{font-size: 1.125em;}
	
}


@media (max-width: 375px) {
	
	body:not(.nores) .mainnav ul li{width: 33.3333%;}
	body:not(.nores) .mainnav li:after{display: block !important;}
	body:not(.nores) .mainnav li:nth-child(3):after, 
	body:not(.nores) .mainnav li:nth-child(6):after, body:not(.nores) 
	body:not(.nores) .mainnav li:last-child:after{display:none !important;}
	
	
}
